home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link rel="shortcut icon" href="wf_favicon.ico">
- <title><!--% WH_PROJECT_TITLE %--></title>
- <!--% FH_PROJECT_METATAGS %-->
- <script language="javascript1.2" src="<!--%SF_VERSION_JS%-->"></script>
- <script language="javascript1.2" src="<!--%SF_UTILS_JS%-->"></script>
- <script language="javascript1.2" src="<!--%WFT_STARTPAGE_JS%-->"></script>
- <script language="javascript1.2" src="<!--%WFT_DISPATCHER_JS%-->"></script>
- <script language="VBScript" src="<!--%WFT_DISPATCHER_VBS%-->"></script>
- <script language="JavaScript">
- var sContentPage = "<!--%WFT_VERTICAL_STARTFS_PAGE%-->";
- var sAltPage = "<!--%SF_NOSCRIPT_HOME_HTM%-->";
- var sInstallPage = "<!--%WFT_FLASH_INSTALL%-->";
- var sUpgradePage = "<!--%WFT_FLASH_UPGRADE%-->";
- var sCheckPage = "<!--%WFT_CHECK_FLASH_VERSION%-->";
-
- var sStart = MM_FlashDispatch(
- "6.0", // version of Flash used to create content
- false, // require latest rev. of plug-in
- !MM_FlashUserDemurred(),// try to install if user hasn't said "don't ask again"
- false, // Override the sniffer's plug-in page? No.
- false // Disable auto-install? No.
- );
- if (sStart == "alt") {
-
- location.replace(sAltPage); // go to the plain HTML version of the help system
-
- } else if (sStart == "content") {
-
- MM_FlashRememberIfDetectedSelf();
-
- // Write the regular frameset
-
- var strFrameset = "<frameset rows=\"";
- if ((gbNav4 && !gbNav6 && !gbWindows) || (gbIE4 && !gbIE5))
- {
- strFrameset += "99%";
- }
- else
- {
- strFrameset += "100%";
- }
- strFrameset += ", *\" frameborder=\"0\" onload=\"Loaded();\" borderspace=\"0\" BORDER=\"0\">";
- strFrameset += "<frame name=\"Content\" noresize=\"yes\" id=\"Content\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" src=\"wf_vcontentfs.htm\" />";
- strFrameset += "<frame name=\"comm\" noresize=\"yes\" id=\"comm\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" src=\"wf_comm.htm\" />";
- strFrameset += "</frameset>";
- document.write(strFrameset);
- if (gbNav)
- {
- window.onload = CheckFrameRendered;
- window.onresize = CheckFrameRendered;
- }
-
- } else if ((sStart == "install") && (!MM_FlashUserDemurred())) {
-
- location.replace(sInstallPage); // Go to the "install" page
-
- } else if ((sStart == "upgrade") && (!MM_FlashUserDemurred())) {
-
- location.replace(sUpgradePage); // Go to the "upgrade" page
-
- } else if (sStart == "auto") {
-
- location.replace(sCheckPage + "?" + sContentPage + "|" + sAltPage);
-
- } else if (MM_FlashUserDemurred()) {
-
- location.replace(sAltPage); // go to the plain HTML version of the help system
- }
- </script>
- </head>
- <frameset cols="100%,*" frameborder="no" border="0">
- <frame src="wf_njs.htm">
- <frame>
- </frameset>
- </html>
-